frame: Fix xalign handling
authorMatthias Clasen <mclasen@redhat.com>
Sun, 3 May 2020 15:41:57 +0000 (11:41 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 May 2020 11:37:31 +0000 (07:37 -0400)
commit130ae89e54ef28903d9496ddbbb9bced314692b3
tree83daff8f81bf0d8b80ef195b350bee41299e31e1
parent77cf6cd406ff0ce3d693b5c1a6ebb02681833c34
frame: Fix xalign handling

SEtting a nonzero xalign on frames had no
effect, since we were always using the full
allocation with here, instead of what the label
needs. Found by using testframe for a second.
gtk/gtkframe.c